home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Elearn / Geografie / interfata.swf / scripts / DefineButton2_180 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-01-03  |  175 b   |  8 lines

  1. on(press){
  2.    gotoAndStop(3);
  3.    fscommand("hideAll");
  4.    _parent._parent.nav._visible = true;
  5.    _parent._parent.asist._visible = true;
  6.    _parent._visible = false;
  7. }
  8.